var reflect.funcTypes
8 uses
reflect (current package)
type.go#L1810: var funcTypes []Type
type.go#L1816: if n >= len(funcTypes) {
type.go#L1818: copy(newFuncTypes, funcTypes)
type.go#L1819: funcTypes = newFuncTypes
type.go#L1821: if funcTypes[n] != nil {
type.go#L1822: return funcTypes[n]
type.go#L1825: funcTypes[n] = StructOf([]StructField{
type.go#L1835: return funcTypes[n]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)